# rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm # rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
# vi /etc/yum.repos.d/xrdp.repo
[xrdp] name=xrdp baseurl=http://li.nux.ro/download/nux/dextop/el7/x86_64/ enabled=1 gpgcheck=0
# yum -y install xrdp tigervnc-server
# systemctl start xrdp.service
# netstat -antup | grep xrdp
# systemctl enable xrdp.service